<xs:element name="SalePriceType" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="Sku|Quantity" /> </xs:restriction> </xs:simpleType> </xs:element>